home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / texttest.zip / TEXT-ED.BAT < prev    next >
DOS Batch File  |  1994-06-10  |  471b  |  12 lines

  1. @echo off
  2. :loop
  3. texttest
  4. if errorlevel 1 goto end
  5. @edit                                                                                            
  6. rem   the Editor is detected by the '@' Character, please dont forget to
  7. rem   put 70 SPACE after @edit for the path and the Name of the Textfile.
  8. rem   It is a good Idea to put TEXTTEST.EXE, TEXTTEST.INI, TEXTTEST.DCT,
  9. rem   TEXTTEST.PIF, TEXTTEST.ICO, TEXT-ED.BAT in the MSDOS-Directory!
  10. goto loop
  11. :end
  12. echo on